/*
@import url('/style/fullWidth.css'); 
@import url('/style/width1000.css') screen and (max-width: 1000px); 
@import url('/style/width800.css') screen and (max-width: 800px); 
@import url('/style/width600.css') screen and (max-width: 600px);
@import url('/style/width480.css') screen and (max-width: 480px);
*/
/* above experiment by Foss re Responsive Design - should not go to produciton */
html {

    height: 100%;
}

body {
	margin: auto;
    height: 100%;
}

.roundAll {
	position:relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior: url(/style/PIE2.htc);
	border-radius: 7px;
} 

.roundSmall {
	position: relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/style/PIE2.htc);
	padding: 0px;
	margin: 0px;
}

.roundBig {
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/style/PIE2.htc);
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width:100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	font-family:Tahoma;
	font-size:12px;
	/*color:#3c2f28*/
}
#swrapper {
	width:100%;
	/*min-height: 100%;*/
	margin:0;
}

#mainContainer {
	margin:0 auto;
	padding:0;
    /*min-height: 100%;*/
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

a:link {
	text-decoration: underline;
	color:#465f27;
}
a:visited {
	text-decoration: underline;
	color:#465f27;
}
a:active {
	text-decoration: underline;
	color:#465f27;
}

a:hover{
	text-decoration: underline;
	color:#b06213;
}
	
H1 {
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;
	color:#ad5814;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
H2 {
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#646c50;
	display:inline;
}

strong {
	font-weight: bold;
}

#header {
	/*width:987px;*/
	height:128px;
	/*background:url(/images/template/headerBak.jpg) no-repeat;*/
	position:relative;
}

	#header #logo{
		position:absolute;
		left:75px;
        top:8px;
		
		}
		
	#header #searchBox{
		position:absolute;
		top:8px;
		right:65px;
		}
			
		#header #searchBox input{
			color:#86917a;
			font-size:10px;
			background:#eeecdc;
			width:140px;
			border:1px solid #b9b9b9;
			}
		
		
	#header #searchButton{
		position:absolute;
		top:8px;
		right:25px;
		}
		
	#header #utility {
		position:absolute;
		top:38px;
		right:25px;
		}
		
		#header #utility div{
			float:left;
			padding-left:15px;
			}
	
	
	#header #utility2 {
		position:absolute;
		top:78px;
		right:25px;
		color:#ffffff;
		font-family: Tahoma;
		font-size:10px;
		}	
		
		#header #utility2 a {
			color:#3f2913;
			font-family: Tahoma;
			font-size:10px;
			}
		
	#header #topNav{
		height:30px;
		width:987px;
		top:98px;
		position:absolute;
		background:url(/images/template/topNavBak.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		}
		
		
		#topNav #navAbout{
			bottom:0px;
			position:absolute;
			left:48px;
			}
			
		#topNav #navGetOutdoors{
			bottom:0px;
			position:absolute;
			left:183px;
			}
			
		#topNav #navStayWithUs{
			bottom:0px;
			position:absolute;
			left:318px;
			}
			
		#topNav #navConserveAndProtect{
			bottom:0px;
			position:absolute;
			left:453px;
			}
			
		#topNav #navVolunteer{
			bottom:0px;
			position:absolute;
			left:594px;
			}
			
		#topNav #navMembership{
			bottom:2px;
			position:absolute;
			left:737px;
			}
			
		#topNav #navDonate{
			bottom:2px;
			position:absolute;
			left:845px;
			}
			
#homeBanner{
	width:987px;
	height:357px;
/*	background:url(/images/template/homeBannerBak.jpg?rev=120627);*/
    background:url(/images/template/stay-informed-parchment.png) no-repeat;
    background-position:730px 22px;
	position:relative;
	}
	
	#homeFlashHolder {
		width:686px;
		height:297px;
		position:absolute;
		top:28px;
		left:44px;
		}
	#homeMemberCenter{
		width:187px;
		position:absolute;
        /*background:url(/images/template/stay-informed-parchment.png);*/
		top:46px;
		left:746px;
		color:#3c2f28;
		font-family:Verdana;

		}
		
	#homeMemberCenter input{
		font-family:Verdana;
		font-size:10px;
		color:#9a8365;
		border:1px solid #9a8365;
	}
	
	#homeMemberCenter div.hr{
		height:1px;
		border-top: 1px solid #957d5d;
		margin-top:14px;
		margin-bottom:10px;
		
	}	
	
	#homeMemberCenter H1{
		color:#3c2f28;
		font-size:12px;
		font-weight:bold;
		display:inline;
		}
		
	.indent11{
		font-size:11px;
		padding:10px 0px 10px 15px;
		}

#homeEmailForm {
	position:absolute;
	top:344px;
	left:612px;
}
	#homeEmailForm input{
		font-family:Verdana;
		font-size:10px;
		color:#9a8365;
		border:1px solid #9a8365;
	
	}

#AMCMemberCenter {
	position:absolute;
	top:346px;
	left:228px;
}
	#AMCMemberCenter input{
		font-family:Verdana;
		font-size:10px;
		color:#9a8365;
		border:1px solid #9a8365;
	
	}

    
#homeBuckets {
	padding:5px 0px 5px 5px;
	width:987px;
	float:left;
	}

#homeTabContainer
	{
		width:350px;
		float:left;
		margin-top:17px;
	}

#homeTabContentTop
	{
		clear:both;
		width:349px;
		height:10px;
	}

#homeTabContainer #tabContent
	{
		background: url('/images/template/homeTabBak.gif') repeat-x #e2d9c4;
		height:192px;
		width:349px;
		font-family:Tahoma;
		color:#3c2f28;
		font-size:11px;
	}
	
.homeConditionsDiv{
	width:100%;
	background: url(/images/template/dashedDivider.gif) #e6e3cf;
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Tahoma;
	color:#3c2f28;
	font-size:11px;
}

#homeConditionsTable {
	width:100%;
	}
#homeConditionsTable .col1 {
	width:72px;
	vertical-align:top;
	padding:4px 4px 4px 6px;
	}
	
#homeConditionsTable td.divider {
	width:1px;
	background:#ffffff;
	}

#homeConditionsTable tr.divider {
	height: 1px;
	background:#ffffff;
}	
	
#homeConditionsTable .col2 {
	vertical-align:top;
	padding:4px;
	}
#homeConditionsTable .col3 {
	vertical-align:top;
	padding:4px;
	}

#homeConditionsTable td a{
	color:#315b51;
	text-decoration: underline;
	}
	
#homeTabContentBottom {
	background:url(/images/template/homeTabContentBottom.gif);
	background-position:bottom;
	width:349px;
	height:12px;
}

#homeCurrentConditionsUpdated{
	float:left;
	padding:8px 0px 0px 0px;
	}

#homeCurrentConditionsViewAll{
	float:right;
	padding:8px 10px 0px 0px;
	font-size:12px;
	font-family:Tahoma;
	color:#3c2f28;
	font-size:11px;
}
#homeCurrentConditionsViewAll a{
	text-decoration: underline;
}

.homeTabContent {
	padding:0px;
	}

#homeBlogsDiv {
	font-family: Tahoma;
	color: #3c2f28;
	font-size: 12px;
}
#homeBlogsDiv #dateTime {
	font-family: Tahoma;
	color: #3c2f28;
	font-size: 10px;
}



	
#homeAMCInActionContainer{
	width:312px;
	height:244px;
	background:url(/images/template/homeAMCInActionContainerBak.gif) repeat-x;
	float:left;
	margin-left:6px;
	margin-top:17px;
	}
	
	#homeAMCInActionContent{
		padding:46px 6px 0px 17px;
		font-size:12px;
		font-family:Verdana;
		}
	#homeAMCInActionContent a{
		text-decoration: underline;
		}
#homeGetOutdoorsContainer{
	width:152px;
	height:261px;
	background:url(/images/template/homeGetOutdoorsBak.gif) repeat-x;
	float:left;
	margin-left:7px;
	font-family:Tahoma;
	color:#454545;
	font-size:11px;
	}
	#homeGetOutdoorsContent{
		padding: 178px 10px 0px 11px;
		}	
		
#homeLodgingContainer{
	width:146px;
	height:244px;
	background:url(/images/template/homeLodgingBak.gif) repeat-x;
	float:left;
	margin-left:7px;
	margin-top:16px;
	font-family:Tahoma;
	color:#454545;
	font-size:11px;
	}
	
	#homeLodgingContent{
		padding:56px 10px 0px 10px;
		overflow: visible;
		
		}
		
	#homeLodgingContent select {
		font-size:10px;
		color:#86917a;
		border:1px solid #8d7a1b;
		background: #fbf9ec;
		}
	#homeLodgingContent input {
		font-size:10px;
		color:#86917a;
		border:1px solid #8d7a1b;
		background: #fbf9ec;
		}

#footerContainer {
	width:979px;
	height:43px;
/*	background: url(/images/template/footerBak.png) 8px center no-repeat;*/
    background-color: #786753;
    border-radius: 5px;
	position:relative;
    margin-left: 8px;
	clear:both;
}
#footerBox {
	margin: 0 auto;
	overflow: auto;
	width: 760px;
}

	#footerLinks {
		color:#5995a0;
		text-align:right;
		font-family:Tahoma;
		font-size:10px;
		width:415px;
		float: left;
		height:43px;
		padding: 8px 10px 0px 0px;
		margin: 0px;
		border-right: 1px dashed #fff;
		}
	#footerLinks a {
		/*color:#675136;*/
        color:#FFFFFF;
		font-family:Tahoma;
		font-size:10px;
	}
	#footerIcons {
		width:230px;
		float: left;
		padding: 9px 0px 0px 10px;;
		margin: 0px;
		}
		
		#footerIcons div{
			float:left;
			padding-right:10px;
			}
	
	#footerIconsLeft {
		height:43px;
		width:68px;
		float: left;
		padding: 9px 10px 0px 10px;
		margin: 0px;
		border-right: 1px dashed #fff;
		}
		
		#footerIconsLeft div{
			float:left;
			margin: 0px;
			padding-right:0px;
			}

#copyright {
	color:#a38a69;
	padding-top:10px;
	font-family:Tahoma;
	font-size:10px;
	text-align:center;
	}
#copyright a{
	}




/* tabs */


	.tab
	{
		float:left;
	}

	.tabDivider
	{
		width:1px;
		float:left;
		
	}

/* Inner page styles */

#innerLeftColumn {
	width:490px;
	float:left;
	}
#innerRightColumn {
	width:216px;
	float:left;
	}
#innerContainer {
	padding-bottom:10px;
    /*height: 100%;*/
	}
	
	#leftNavContainer {
		width: 216px;
		background: url(/images/template/innerNavBak.jpg) repeat-x #b5ca9c;
		vertical-align: top;
		font-family: Tahoma;
		font-weight: bold;
		float: left;
		padding: 12px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border: 0px;
	}
		
		#leftNavContainer H1{
			font-family:Tahoma;
			font-size:14px;
			font-weight:bold;
			color:#ad5814;
			display:inline;
		}
		
		#leftNavContainer #navHeader {
			padding:0px 5px 11px 22px;
		}
		
		#leftNavContainer .navDivider {
			background: url(/images/template/navDivider.gif) repeat-x;
			width:216px;
			height: 1px;
			line-height: 1px;
			font-size: 0px;
			border: 0px;
			margin: 0px;
			padding: 0px;
		}
		
		#leftNavContainer .levelOne{
			font-size:12px;
			background:#ecf0e7;
			padding: 7px 9px 7px 22px;
		}
		
		#leftNavContainer .levelOneOn{
			font-size:12px;
			background:#f5f7f1;
			padding: 7px 9px 7px 22px;
		}
		
		#leftNavContainer .levelOne a {
			color:#465f27;
			text-decoration: none;
		}
		#leftNavContainer .levelOne a:hover {
			text-decoration: underline;
		}
		
		#leftNavContainer .levelOneOn a {
			color:#3c2f28;
			text-decoration: none;
		}
		#leftNavContainer .levelOneOn a:hover {
			text-decoration: underline;
		}
		
		#leftNavContainer .levelTwo{
			font-size:11px;
			padding: 9px 9px 0px 15px;
			background: url(/images/template/navBullet.gif) no-repeat;
			background-position:8px 14px;
		}
		
		#leftNavContainer .levelTwoNoBullet{
			font-size:11px;
			padding: 9px 9px 0px 15px;
			background-position:8px 14px;
		}

		#leftNavContainer .levelTwo a {
			color:#315b51;
			text-decoration: none;
		}
		#leftNavContainer .levelTwo a:hover {
			text-decoration: underline;
		}
		
		#leftNavContainer .levelTwoOn {
			font-size:11px;
			padding: 9px 9px 0px 15px;
			background: url(/images/template/navBullet.gif) no-repeat;
			background-position:8px 14px;
		}
		#leftNavContainer .levelTwoOn a {
			color:#3c2f28;
			text-decoration: none;
		}
		#leftNavContainer .levelTwoOn a:hover {
			text-decoration: underline;
		}
		
		#leftNavContainer .levelThree {
			font-size:11px;
			padding: 4px 9px 0px 30px;
			background: url(/images/template/navBullet.gif) no-repeat;
			background-position: 23px 10px;
		}
		
		#leftNavContainer .levelThree a {
			color:#315b51;
			text-decoration: none;
		}
		#leftNavContainer .levelThree a:hover {
			text-decoration: underline;
		}
		
		#leftNavContainer .levelThreeOn {
			font-size:11px;
			padding: 4px 9px 0px 30px;
			background: url(/images/template/navBullet.gif) no-repeat;
			background-position: 23px 10px;
		}
		
		#leftNavContainer .levelThreeOn a {
			color:#3c2f28;
			text-decoration: none;
		}
		#leftNavContainer .levelThreeOn a:hover {
			text-decoration: underline;
		}
		
		#leftNavContainer #newsletterSignup{
			width:210px;
			height:176px;
			background:url(/images/template/newsletterSignupBak.gif);
			position:relative;
			}
			
			#newsletterSignupTextBox {
				position:absolute;
				left:15px;
				top:90px;
			}
			
			#newsletterSignupTextBox input{
				font-family:Verdana;
				font-size:10px;
				color:#9a8365;
				padding: 3px 0px 3px 16px;
				border:1px solid ae9773;
				background: #eeecdc;
				width:170px;
			}
			#newsletterSignupSubmit{
				position:absolute;
				top:125px;
				left:131px;
			}
		
	#innerContentContainer {
		/*min-height: 100%;*/
		vertical-align:top;
		padding: 17px 3px 0px 15px;
		float: left;
		}
		
	#printContainer {
		width:732px;
		vertical-align: top;
		margin: 0px 0px 0px 10px;
		padding: 0px;
		float: left;
		width:100%;
		font-family:Tahoma;
		font-size:12px;
		}

		#breadcrumb{
			font-family:Tahoma;
			font-size:10px;
			color:#786753;
		}
		
		#breadcrumb a {
			color:#536878;
			text-decoration: none;
		}
		#breadcrumb a:hover {
			text-decoration: underline;
		}
		
		#pageHeader {
			padding: 13px 0px 8px 0px;
			/*width:720px;*/
			}

			#pageHeader #pageTitle {
				float: left;
				/*width: 570px;*/
			}
			 
			#pageHeader .utility{
				float:left;
				padding: 0px 0px 0px 10px;
				}
				
		#innerContent {
			clear:both;
			padding: 0px;
			margin: 0px;
			/*min-height: 100%;*/
			}
			
			
/* membership page */

	#membershipBanner{
		width:719px;
		height:223px;
		position:relative;
		background:url(/images/template/membershipBannerBak.gif);
		}
		
		#membershipBanner #leftColumn {
			position:absolute;
			top: 29px;
			left: 27px;
			width:251px;
			font-size:12px;
			font-family:Tahoma;
			color:#3c2f28;
		}
		#membershipBanner #leftColumn a {
			color:#465f27;
		}
		#membershipBanner #leftColumn h1 {
			color:#646c50;
			font-size:14px;
			display:inline;
			font-weight:bold;
		}
		
		#membershipBanner .divider {
			height:1px;
			background:#eae3d0;
			margin-top:4px;
			margin-bottom:4px;
			}
			
		#membershipBanner #centerColumn{
			position:absolute;
			top: 4px;
			left: 282px;
			width:257px;
			height:215px;
		}
		#membershipBanner #buttonOne{
			position:absolute;
			top: 16px;
			left: 549px;
		}
		#membershipBanner #buttonTwo{
			position:absolute;
			top: 84px;
			left: 549px;
		}
		#membershipBanner #buttonThree{
			position:absolute;
			top: 152px;
			left: 549px;
		}
		
	#membershipGroups {
		width:484px;
		float:left;
	}
	#membershipGroups #top {
		width:458px;
		height:21px;
		background: url(/images/template/membershipGroupsTopBak.gif);
		font-family:Tahoma;
		font-size:12px;
		color:#3c2f28;
		padding:8px 0px 0px 26px;
		}
	#membershipGroups a {
		text-decoration: underline;
		}
	#membershipGroups h1 {
		color:#3c2f28;
		font-weight:bold;
		display:inline;
		font-size:14px;
		
		}
	#membershipGroups #body {
		width:458px;
		height:!important;
		min-height:397px;
		background: #e6e3cf;
		padding:20px 0px 10px 26px;
		}
	#membershipGroups #bottom {
		width:484px;
		height:5px;
		background: url(/images/template/membershipGroupsBottomBak.gif);
		
		}
		
	
	#membershipCalloutColumn {
		float:left;
		width:222px;
		margin-left:10px;
		}
		
	#OrangeCallout #top {
		width:222px;
		height:8px;
		background:url(/images/template/OrangeCalloutTop.gif);
		}
		
	#OrangeCallout #body {
		width:196px;
		background:#cb884a;
		padding:15px 13px 15px 13px;
		}
	#OrangeCallout #bottom {
		width:222px;
		height:7px;
		background:url(/images/template/OrangeCalloutBottom.gif);
		}
	#OrangeCallout h1 {
		color:#3c2f28;
		font-weight:bold;
		display:inline;
		font-size:14px;
		
		}
	
	#OrangeCallout input {
		color:#9a8365;
		font-family:Verdana;
		font-size:10px;
		padding:3px 0px 3px 6px;
		border:1px solid #b2a183;
	}
	
	#OrangeCallout select {
		color:#9a8365;
		font-family:Verdana;
		font-size:10px;
		border:1px solid #b2a183;
		margin-top:1px;
	}	
	
	#OrangeCallout #orangeSearchButton{
		text-align:right;
		padding-top:10px;
		padding-right:3px;
	}	
	
	#greenCallout {
		width:231px;
		font-family:Tahoma;
		font-size:12px;
		color:#454545;
		}
		
		#greenCalloutLeft {
			width:5px;
			background: url(/images/template/greenCalloutLeft.gif);
		}
		#greenCalloutRight {
			width:5px;
			background: url(/images/template/greenCalloutRight.gif);
		}
		#greenCalloutCopyOne {
			background:url(/images/template/greenCalloutCopyTopBak.gif) repeat-x #cdd3b0;
			margin: 0px;
			padding: 5px 8px 15px 8px;
			}
		#greenCalloutCopyTwo {
			background:url(/images/template/greenCalloutCopyTwoBak.gif) repeat-y #cdd3b0;
			
			padding: 15px 8px 12px 8px;
			}
			
		
	#greenCallout h1{
		font-family:Tahoma;
		font-size:14px;
		color:#3c2f28;
		display:inline;
		font-weight:bold;
		}
	#greenCallout a {
		text-decoration: underline;
		}
	
	
/* lodging page */
	
	#lodgingTable td {
		vertical-align:top;
		}
		
	#lodgingTable .bucketTop{
		width:214px;
		height:40px;
		background: url(/images/template/lodgingBucketTop.gif);
		font-family:Tahoma;
		font-size:14px;
		font-weight:bold;
		color:#646c50;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		background-repeat: no-repeat;
	}
	#lodgingTable .bucketImage{
		width:223px;
		height:74px;
		background: url(/images/template/bucketImage.gif);
		padding: 2px 2px 2px 2px;
		border-right: 1px solid #d8cdbc;
		border-left: 1px solid #d8cdbc;
		border-bottom: 1px solid #d8cdbc;
		background: #FFFFFF;
	}
	#lodgingTable .bucketBody{
		width:202px;
		background: url(/images/template/lodgingBucketBody.gif);
		padding: 13px 10px 10px 17px;
		line-height:17px;
		
	}
	#lodgingTable .bucketBody a{
		text-decoration: underline;
	}
	
	#lodgingTable .bucketBody input{
		font-family:Tahoma;
		font-size:11px;
		color:#3c2f28;
		border: 1px solid #b2a183;
		padding:2px 0px 2px 4px;
	}
	
	#lodgingTable input.radio {
		border: 0px;
	}

	#lodgingTable .bucketBody select{
		font-family:Tahoma;
		font-size:11px;
		color:#3c2f28;
		border:1px solid #b2a183;
	}
	#bucketDivider {
		width: 17px;
	}

.digest_table {
	background:url(/images/template/special_table_noheader_bg.gif);
	background-repeat:repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px 0px 0px 0px;
}
.digest_table td {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	padding: 10px 10px 10px 10px;
}
.digest_table td.header {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}





/* employment page */

#employmentBanner {
	background: url(/images/template/header-employment.jpg);
	background-repeat: no-repeat;
	width:719px;
	height: 223px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 15px 0px;
}
	
#employmentBanner #orangeCallout {
	padding: 30px 30px 30px 500px;
}

#employmentBanner #orangeCalloutHeader {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #3c2f28;
}

#employmentBanner .orangeCalloutWhiteText {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
}
#employmentBanner .orangeCalloutYellowText {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffbf;
}

#employmentBanner ul.orangeCalloutYellowText {
	margin: 0px 0px 0px 5px; 
	padding: 10px 0px 10px 10px;
	color: #ffffbf;
}

#employmentBanner .orangeCalloutYellowText a {
	color: #ffffbf;
	text-decoration: underline;
}

	
.standardImage {
	padding: 2px; 
	border: 1px solid #d8cdbc; 
	background: #FFFFFF;
}

.roundedCornersImage img {
    border: 1px solid #d7ccb9;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}

#standardTable {
	border-top: 1px solid #f5f1e8;
	border-bottom: 1px solid #f5f1e8;
	border-left: 1px solid #f5f1e8;
	margin-top: 5px;
}
#standardTable th {
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #f5f1e8;
	text-align: left;
}
#standardTable td {
	vertical-align: top;
	font-size: 12px;
	border-right: 1px solid #f5f1e8;
	padding: 5px 5px 5px 5px;
}
#standardTable #navDivider td {
	background: url(/images/template/navDivider.gif);
	background-repeat: repeat-x;
	height: 1px;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
	line-height: 1px;
}
#standardTable #rowColor1 {
	background-color: #ffffff;
}
#standardTable #rowColor2 {
	background-color: #eee7d7;
}
#standardTable a {
	text-decoration: underline;
	color: #465f27;
}
#standardTable a:hover {
	text-decoration: underline;
	color: #b06213;
}



.sectionBucketWrapperWide {
	clear: both;
	height: 250px;
	padding: 20px 0px 0px 0px;
}
.sectionBucketWide {
	background: url(/images/template/sectionBucketBakWide.gif);
	background-repeat: no-repeat;
	width: 714px; /*347px;*/
	height: 232px;
}
.sectionBucketContentWide {
	margin: 0px 15px 0px 15px;
	width: 714px;
	height: 171px;
}


.sectionBucketWrapper {
	height: 250px;
}
.sectionBucket {
	background: url(/images/template/sectionBucketBak.gif);
	background-repeat: no-repeat;
	width: 347px;
	height: 232px;
}
.sectionBucketTitle {
	padding: 15px 15px 10px 15px;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #646c50;
}
.sectionBucketContent {
	margin: 0px 15px 0px 15px;
	width: 317px;
	height: 171px;
}
.sectionBucketImage {
	float: left;
	width: 164px;
	padding: 2px; 
	border: 1px solid #d8cdbc; 
	background: #FFFFFF;
	margin: 0px; 
}
.sectionBucketTextTall {
	line-height: 18px;
}
.sectionBucketText {
	float: right;
	padding: 0px 0px 0px 0px; 
	font-family: Tahoma; 
	font-size: 12px; 
	font-weight: regular; 
	color: #3c2f28; 
	width: 135px;
}
#sectionBucketRow1 {
	margin-bottom: 20px;
}
#sectionBucketRow2 {
	padding-bottom: 20px;
}
#sectionBucket1 {
	float: left;
}
#sectionBucket2 {
	float: right;
	margin-right: 5px;
}



.searchTextInput {
	font-family: Tahoma;
	font-size: 11px;
	color: #3c2f28;
	border: 1px solid #b2a183;
	padding: 2px 0px 2px 4px;
}
.searchSelect {
	font-family: Tahoma;
	font-size: 11px;
	color: #3c2f28;
	border: 1px solid #b2a183;
}

 
.CS_DataSheet_Data_Row {
	background-color: #ffffff;
}

.CS_DataSheet_Header_Row {
	font-weight:bold;
}

.CS_DataSheet_Data_Column {
   	padding:6px 8px 6px 8px;
}

.CS_DataSheet_HeaderItem_Column {
   	padding:6px 8px 6px 8px;

}




.OpenSansCond {
	font-family: 'Open Sans Condensed', sans-serif;
}
.Lato {
	font-family: 'Lato', sans-serif;
}
.Raleway {
	font-family: 'Raleway', sans-serif;
}
.Font12 {
	font-size: 12px;
}
.Font14 {
	font-size: 14px;
}
.Font16 {
	font-size: 16px;
}
.Bold {
	font-weight: bold;
}
.NoDecoration {
	text-decoration: none;
}






.roundedButtonDiv {
	margin: 0px;
	padding: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(/style/PIE2.htc);
}
.BtnGradGreen {
	filter: none;
	background: #5a8e6a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5OWM2YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNTk5YzZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVhOGU2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, #599c6b 0%, #599c6b 0%, #5a8e6a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#599c6b), color-stop(0%,#599c6b), color-stop(100%,#5a8e6a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #599c6b 0%,#599c6b 0%,#5a8e6a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #599c6b 0%,#599c6b 0%,#5a8e6a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #599c6b 0%,#599c6b 0%,#5a8e6a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #599c6b 0%,#599c6b 0%,#5a8e6a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#599c6b', endColorstr='#5a8e6a',GradientType=0 ); /* IE6-8 */
	border: 2px outset #9fc8aa;
	color: #fff;
	text-decoration: none;
	position: relative;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(/style/PIE2.htc);
	padding: 1px 12px 1px 12px;
	margin: 0px;
	cursor: pointer;
}
.BtnGradGreen:hover {
	background: #5a8e6a; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVhOGU2YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OTljNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5a8e6a 0%, #599c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5a8e6a), color-stop(100%,#599c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5a8e6a 0%,#599c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5a8e6a 0%,#599c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5a8e6a 0%,#599c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5a8e6a 0%,#599c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a8e6a', endColorstr='#599c6b',GradientType=0 ); /* IE6-8 */
	cursor: pointer;
}



div.lodging a {
	color:#465f27;
}
div.lodging a:hover {
	color:#465f27;
}
div.lodging a:active {
	color:#465f27;
}
div.lodging a:visited {
	color:#465f27;
}

a.Brown {
	color:#664d2e;
}
a.Brown:hover {
	color:#664d2e;
}
a.Brown:active {
	color:#664d2e;
}
a.Brown:visited {
	color:#664d2e;
}

/* Support for Widgets */

.AMCW-AvailCheck {
 width: 240px; height: 223px;
 	position:relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior: url(/style/PIE2.htc);
	border-radius: 7px;
    background-color: #F8F7F0;
    border: 1px solid #D8CDBB;
    margin: 0;
    padding: 15px;
}


.AMCW-LeadCapture {
     width:100%;
     height:100px;
}

.AMCW-LeadCapture-Wrapper {
 width: 240px; height: 223px;
 	position:relative;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	behavior: url(/style/PIE2.htc);
	border-radius: 7px;
    background-color: #F8F7F0;
    border: 1px solid #D8CDBB;
    margin: 0;
    padding: 15px;
}


.ajax-loader {
    margin-left: calc(50% - 16px);
    margin-top: 10px; 
    background-color: white;
    opacity: 0.6;
}

/* Begin Lead Gen */
.fullHeight {
	min-height: 100%;
}
.fullHeight > div{
	min-height: 100%;
}
#innerContainer-LeadGen {
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 10px;
	float: left;
	width: 100%;
	border: 1px solid red;
}
#innerContentContainer-LeadGen {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 11px;
	width: 100%;
	width: calc(100% - 19px);
	position:relative;
}


/* Start of Column CSS */
#container2 {
	float:left;
	width:100%;
	position:relative;	
	overflow: hidden;
	background:#D8D2C4; /* column 2 background colour */
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:30%;
	background: #fff; /* column 1 background colour */
}
#col1 {
	float:left;
	width:70%;
	position:relative;
	left:30%;
}
#col2 {
	float:left;
	width:30%;
	position:relative;
	left:30%;
}
/* End Lead Gen */



